home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
searches
/
twn.xml
< prev
next >
Wrap
Text File
|
2002-08-30
|
1KB
|
40 lines
<search function="twn">
<name>The Weather Network Forecast</name>
<description>
Search for Canadian weather forecasts by city.<br/>
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr><td>twn Halifax</td></tr>
</table>
</description>
<category>News</category>
<link>http://www.theweathernetwork.com/</link>
<contributor>Sarah Sweeney</contributor>
<email>sarah@designshift.com</email>
<form name="weathernetworkform"
action="http://www.theweathernetwork.com/services/search/search.asp"
method="post">
<input type="hidden" name="recherche"/>
</form>
<script><![CDATA[
function twn(q)
{
if( nullArgs("twn",q) )
return false;
if( q == "" )
openSearchWindow("http://www.theweathernetwork.com/");
else
{
document.weathernetworkform.recherche.value = q;
submitForm(weathernetworkform);
}
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>